home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / HUGEREAD.C < prev    next >
C/C++ Source or Header  |  1996-11-24  |  865b  |  40 lines

  1. .I 0 3
  2. /* +++Date last modified: 28-Sep-1996 */
  3.  
  4. /*
  5. .D 1 1
  6. .I 23 3
  7. **  The user is granted a free limited license to use this source file
  8. **  to create royalty-free programs, subject to the terms of the
  9. **  license restrictions specified in the LICENSE.MFL file.
  10. .D 24 1
  11. .I 34 1
  12. #include "snpdosys.h"
  13. .D 53 14
  14. .I 87 1
  15.       buf = farnormal(buf);
  16. .I 98 1
  17.             buf = farnormal(buf + count);
  18. .D 99 1
  19. .I 128 1
  20.       buf = farnormal(buf);
  21. .I 140 1
  22.             buf = farnormal(buf + count);
  23. .D 141 1
  24. .I 170 1
  25.       buf = farnormal(buf);
  26. .I 181 1
  27.             buf = farnormal(buf + count);
  28. .D 182 1
  29. .I 211 1
  30.       buf = farnormal(buf);
  31. .I 223 7
  32.             buf = farnormal(buf + count);
  33.             size -= count;
  34.             if (2 < sizeof(void *))
  35.                   tmp = (char *)buf;
  36.       }
  37.       return ercode;
  38. }
  39. .D 224 7
  40.